maven+springmvc+cxf 實現簡單webservice小例子 1.首先你需要創建一個maven項目【當然是web項目】 2.pom.xml添加以下 <properties> <cxf.version>2.2.3</cxf.v ...